func github.com/oapi-codegen/runtime.assignPathValues
6 uses
github.com/oapi-codegen/runtime (current package)
deepobject.go#L153: err := assignPathValues(dst, fieldPaths)
deepobject.go#L195: func assignPathValues(dst interface{}, pathValues fieldOrValue) error {
deepobject.go#L208: err := assignPathValues(dstVal.Interface(), value)
deepobject.go#L285: err = assignPathValues(field.Addr().Interface(), fieldValue)
deepobject.go#L298: err := assignPathValues(dstPtr, pathValues)
deepobject.go#L355: err := assignPathValues(dstElem.Interface(), fieldOrValue{value: values[i]})
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |